Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| dashboardDateRange | String | ||
| instanceId | String | ||
| webHitAppIndexer | WebHitAppIndexer | ||
| roles | List | ||
| userAgent | UserAgentParserWrapper | Get an instance of the user agent parser | |
| geoIP | GeoIpWrapper | Get an instance of MaxMind GeoIP2 | |
| queries | List | Return all saved queries for this organisation | |
| queryTables | Iterable | Return all saved query tables for this organisation | |
| groups | List | ||
| adminProfileSummaryPanels | List |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| getUserAgent ( ) | UserAgentParserWrapper | Get an instance of the user agent parser | |
| getGeoIP ( ) | GeoIpWrapper | Get an instance of MaxMind GeoIP2 | |
| getQuery ( name ) | QueryBean | ||
| runQuery ( queryBean ) | KSearchResponse | ||
| runQuery ( queryBean, from, size ) | KSearchResponse | ||
| numUsers ( groupName ) | Long | ||
| searchOrgs ( q ) | List | ||
| browseUserOrgs ( size, parentId, recursive, groupNames ) | List |
Hide comments